(HAVE_GETTIMEOFDAY): Deleted.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 20:05:02 +0000 (20:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 20:05:02 +0000 (20:05 +0000)
src/s/dgux.h
src/s/esix.h
src/s/hpux.h

index 4bda11b0abeefcccc7c6eb655bb56d4862e24d2e..753a838a2c17103f5de3eff7dbade0b1a9463735 100644 (file)
@@ -173,12 +173,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        BAUD_CONVERT    { 0, 110, 134, 150, 300, 600, 1200, 1800, 2400, \
                          4800, 9600, 19200, 38400 }
 
-/*
- *     Define HAVE_GETTIMEOFDAY if gettimeofday() system call is available.
- */
-
-#define HAVE_GETTIMEOFDAY
-
 /*
  *     Define NLIST_STRUCT if the system has nlist.h
  */
index 6a228590a2b856869493c0cbc14df0f819eb27ae..57e241b47dac771053b2fb7218c77af291061fb2 100644 (file)
@@ -15,7 +15,6 @@
 
 /* If using Roell's X server, define X11R4 */
 #ifdef X11R4                   /* Roell's X server */
-#define HAVE_GETTIMEOFDAY /* Thomas Roell's X11R4 lib defines gettimeofday */
 #define select sys_select /* Emacs select() not good enough? */
 #undef LIBX11_SYSTEM
 #define LIBX11_SYSTEM -lpt
index 7b29e2ce14852878fbe8256e95ea2603068e72df..a47592d0768f11283e342ee73e9716ad87ef2e62 100644 (file)
@@ -224,8 +224,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Some additional system facilities exist.  */
 
-#define HAVE_GETTIMEOFDAY
-
 #define HAVE_VFORK
 #define HAVE_PERROR  /* Delete this line for version 6.  */